Merge changes made in Gnus trunk.
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 21 Feb 2011 13:29:15 +0000 (13:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 21 Feb 2011 13:29:15 +0000 (13:29 +0000)
commitde8643f2320e30ae2ed6fa5495c3a61659ff57a1
tree8241c142d1f2ff1690cb966eb1bf1736a4b3336d
parent069a73499a4d49df31ff1dcb7f7a5284d826fd0e
Merge changes made in Gnus trunk.

gnus.texi (Window Layout): Document layout names.
nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the given method as in the group name if we're using an extended method.
 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE command, if we're using that, instead of waiting for the beginning.
gnus-start.el (gnus-get-unread-articles): Extend the methods so that we're sure to get unique server names, and we don't output two async commands in the same buffer.  This fixes an NNTP hang for some users.
netrc.el (netrc-parse): Comment fix.
gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the summary buffer before reading going to the next buffer.  This avoids putting the point in the group buffer if you `C-g' the command.
auth-source.el (auth-source-netrc-parse): Add an in-memory netrc cache (for now) to make ~/.authinfo.gpg files usable.
nnfolder.el (copyright-update): Define for the compiler.
auth-source.el (auth-source-search): Fix unbound variable.
doc/misc/ChangeLog
doc/misc/gnus.texi
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/gnus/auth-source.el
lisp/gnus/gnus-start.el
lisp/gnus/gnus-sum.el
lisp/gnus/nnfolder.el
lisp/gnus/nntp.el
lisp/net/netrc.el